const crypto/tls.outerECHExt

4 uses

	crypto/tls (current package)
		ech.go#L521: 	outerECHExt echExtType = 0
		ech.go#L541: 	if echType != outerECHExt {
		handshake_server_tls13.go#L619: 		if echType == outerECHExt && hs.echContext.inner || echType == innerECHExt && !hs.echContext.inner {
		handshake_server_tls13.go#L624: 		if echType == outerECHExt {